[INFO] cloning repository https://github.com/Sgeo/burroughs-e101-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Sgeo/burroughs-e101-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSgeo%2Fburroughs-e101-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSgeo%2Fburroughs-e101-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9577647ca3f981df90bc251f3b438e1ae5e9841e
[INFO] fixing Sgeo/burroughs-e101-rs against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSgeo%2Fburroughs-e101-rs" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Sgeo/burroughs-e101-rs
[INFO] finished tweaking git repo https://github.com/Sgeo/burroughs-e101-rs
[INFO] tweaked toml for git repo https://github.com/Sgeo/burroughs-e101-rs written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Sgeo/burroughs-e101-rs on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Sgeo/burroughs-e101-rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded bounded-integer-macro v0.6.0
[INFO] [stderr]   Downloaded bounded-integer v0.6.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 9cdf3e994cce5fba28598cb68ddf5c1c1a342f9b913bdde2923a62998cc02672
[INFO] running `Command { std: "docker" "start" "9cdf3e994cce5fba28598cb68ddf5c1c1a342f9b913bdde2923a62998cc02672", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9cdf3e994cce5fba28598cb68ddf5c1c1a342f9b913bdde2923a62998cc02672" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9cdf3e994cce5fba28598cb68ddf5c1c1a342f9b913bdde2923a62998cc02672", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9cdf3e994cce5fba28598cb68ddf5c1c1a342f9b913bdde2923a62998cc02672" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.110
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling bounded-integer-macro v0.6.0
[INFO] [stderr]     Checking bounded-integer v0.6.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]     Checking burroughs-e101-rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `error::Error`, `num::TryFromIntError`, and `str::FromStr`
[INFO] [stdout]  --> src/cpu.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{error::Error, num::TryFromIntError, str::FromStr};
[INFO] [stdout]   |           ^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Switch16`
[INFO] [stdout]   --> src/ints.rs:12:16
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub struct Switch16(0, 15);
[INFO] [stdout]    |                ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `error::Error`, `num::TryFromIntError`, and `str::FromStr`
[INFO] [stdout]  --> src/cpu.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{error::Error, num::TryFromIntError, str::FromStr};
[INFO] [stdout]   |           ^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Switch16`
[INFO] [stdout]   --> src/ints.rs:12:16
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub struct Switch16(0, 15);
[INFO] [stdout]    |                ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `io::IO`
[INFO] [stdout]  --> src/cpu.rs:5:93
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::{ints::{Word11, Word12}, pinboards::{Instruction, Ones, Opcode, Pinboard, Tens}, io::IO};
[INFO] [stdout]   |                                                                                             ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `io::IO`
[INFO] [stdout]  --> src/cpu.rs:5:93
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::{ints::{Word11, Word12}, pinboards::{Instruction, Ones, Opcode, Pinboard, Tens}, io::IO};
[INFO] [stdout]   |                                                                                             ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0004]: non-exhaustive patterns: `Instruction(Opcode::Div, _, _)`, `Instruction(Opcode::A, _, _)`, `Instruction(Opcode::U, _, _)` and 3 more not covered
[INFO] [stdout]    --> src/cpu.rs:87:15
[INFO] [stdout]     |
[INFO] [stdout]  87 |         match instruction {
[INFO] [stdout]     |               ^^^^^^^^^^^ patterns `Instruction(Opcode::Div, _, _)`, `Instruction(Opcode::A, _, _)`, `Instruction(Opcode::U, _, _)` and 3 more not covered
[INFO] [stdout]     |
[INFO] [stdout] note: `Instruction` defined here
[INFO] [stdout]    --> src/pinboards.rs:124:12
[INFO] [stdout]     |
[INFO] [stdout] 124 | pub struct Instruction(pub Opcode, pub Option<Tens>, pub Option<Ones>);
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout]     = note: the matched value is of type `Instruction`
[INFO] [stdout] help: ensure that all possible cases are being handled by adding a match arm with a wildcard pattern as shown, or multiple match arms
[INFO] [stdout]     |
[INFO] [stdout] 126 ~             },
[INFO] [stdout] 127 +             _ => todo!()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0004]: non-exhaustive patterns: `Instruction(Opcode::Div, _, _)`, `Instruction(Opcode::A, _, _)`, `Instruction(Opcode::U, _, _)` and 3 more not covered
[INFO] [stdout]    --> src/cpu.rs:87:15
[INFO] [stdout]     |
[INFO] [stdout]  87 |         match instruction {
[INFO] [stdout]     |               ^^^^^^^^^^^ patterns `Instruction(Opcode::Div, _, _)`, `Instruction(Opcode::A, _, _)`, `Instruction(Opcode::U, _, _)` and 3 more not covered
[INFO] [stdout]     |
[INFO] [stdout] note: `Instruction` defined here
[INFO] [stdout]    --> src/pinboards.rs:124:12
[INFO] [stdout]     |
[INFO] [stdout] 124 | pub struct Instruction(pub Opcode, pub Option<Tens>, pub Option<Ones>);
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout]     = note: the matched value is of type `Instruction`
[INFO] [stdout] help: ensure that all possible cases are being handled by adding a match arm with a wildcard pattern as shown, or multiple match arms
[INFO] [stdout]     |
[INFO] [stdout] 126 ~             },
[INFO] [stdout] 127 +             _ => todo!()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0004`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0004`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `burroughs-e101-rs` (bin "burroughs-e101-rs") due to 1 previous error; 3 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `burroughs-e101-rs` (bin "burroughs-e101-rs" test) due to 1 previous error; 3 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "9cdf3e994cce5fba28598cb68ddf5c1c1a342f9b913bdde2923a62998cc02672", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9cdf3e994cce5fba28598cb68ddf5c1c1a342f9b913bdde2923a62998cc02672", kill_on_drop: false }`
[INFO] [stdout] 9cdf3e994cce5fba28598cb68ddf5c1c1a342f9b913bdde2923a62998cc02672
